-
Notifications
You must be signed in to change notification settings - Fork 1
Reuse and extend standardized OCI annotations #299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
8026ec2 to
b7111df
Compare
Signed-off-by: Tobias Wolf <[email protected]> On-behalf-of: SAP <[email protected]>
b7111df to
7031daa
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #299 +/- ##
==========================================
+ Coverage 91.44% 91.76% +0.31%
==========================================
Files 42 42
Lines 2092 2136 +44
==========================================
+ Hits 1913 1960 +47
+ Misses 179 176 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
yeoldegrove
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The feature looks fine to me. Just have a small question.
| def upload_manifest(self, manifest: Manifest, container: OrasContainer) -> Response: | ||
| """ | ||
| oras-project.github.io: Read a manifest file and upload it. | ||
|
|
||
| :param manifest: manifest to upload | ||
| :param container: parsed container URI | ||
|
|
||
| :return: (object) OCI manifest put response | ||
| :since: 1.0.0 | ||
| """ | ||
|
|
||
| return Registry.upload_manifest(self, manifest.extended_dict, container) # type: ignore[no-any-return] | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a question: As this is a new function, does it mean that the current code is broken? If yes, please label this as a bugfix (e.g. in an extra commit).
What this PR does / why we need it:
This PR extends generated OCI image manifests with more standardized annotations.